Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/057-parallax background svg/

index.html /cody/solygambas/html-css-javascript-projects/057-parallax background svg/index.html
393 Views
0 Comments
<!-- Here's 1 Trick to EASILY Make An Awesome Looking Website by Gary Simon - DesignCourse (2021)
see: https://www.youtube.com/w
script.js /cody/solygambas/html-css-javascript-projects/057-parallax background svg/script.js
230 Views
0 Comments
const rellax = new Rellax(".rellax", {
speed: -2,
center: false,
wrapper: null,
round: true,
vertical: true,
horizon
style.css /cody/solygambas/html-css-javascript-projects/057-parallax background svg/style.css
187 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

* {
box-sizing: border-box;
}

bod